curl --request DELETE \
--url http:///%7B{baseurl}%7D/api/v1/management/people/{personId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"success": "Person deleted successfully"
}
}
Delete an identified person from Formbricks.
curl --request DELETE \
--url http:///%7B{baseurl}%7D/api/v1/management/people/{personId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"success": "Person deleted successfully"
}
}
OK
The response is of type object
.
Was this page helpful?